Initializes a new instance of the C1RplImportException class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal ParamArray () As System.Object _
)
public C1RplImportException(
System.string ,
params System.object[]
)
Parameters
- format
- A format string used to format the exception message.
- args
- A list of arguments passed to the format string.
See Also